GET api/SIMS/GetTransactionDetails?sysrefs[0]={sysrefs[0]}&sysrefs[1]={sysrefs[1]}&companyKey={companyKey}
Gets the transaction text details for the specified transaction system reference(s)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sysrefs |
A list of system reference(s) (Optional) |
Collection of string |
Required |
companyKey |
The company name if the service is connected to multiple SIMS companies (Optional) |
string |
Default value is |
Body Parameters
N/A
Response Information
Resource Description
The transactions text details
Collection of SfmTransactionDetailName | Description | Type | Additional information |
---|---|---|---|
Description | string |
N/A |
|
Amount | decimal number |
N/A |
Response Formats
application/json, text/json
Sample:
[ { "Description": "sample string 1", "Amount": 2.0 }, { "Description": "sample string 1", "Amount": 2.0 } ]